From: Keir Fraser Date: Fri, 20 Jun 2008 17:37:29 +0000 (+0100) Subject: PV-GRUB: compilation fix caused by 17880 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14192^2~37 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=63043beac5487b50e3ab062d6a91f8200752e1df;p=xen.git PV-GRUB: compilation fix caused by 17880 Signed-off-by: Samuel Thibault --- diff --git a/stubdom/grub/Makefile b/stubdom/grub/Makefile index 4634c0927f..d7c3879d0d 100644 --- a/stubdom/grub/Makefile +++ b/stubdom/grub/Makefile @@ -5,7 +5,7 @@ vpath %.c ../grub-cvs BOOT=boot-$(XEN_TARGET_ARCH).o -DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc -I. +DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc -I$(XEN_ROOT)/tools/include -I. DEF_CPPFLAGS += -I../grub-cvs/stage1 DEF_CPPFLAGS += -I../grub-cvs/stage2 DEF_CPPFLAGS += -I../grub-cvs/netboot